home *** CD-ROM | disk | FTP | other *** search
/ Maclife 39 / MACLIFE39.ISO.7z / MACLIFE39.ISO / 各社アップデータ / QMS / Driver for Mac 1.0 (J).sea / Driver for Mac 1.0 (J) / Drivers / PPDs / Ver 3.0 / QMS3225lc.PPD < prev    next >
Text File  |  1992-10-30  |  14KB  |  440 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "QMS 3225 Print System" version 2011.22
  3. *% Date: 02/10/93
  4. *FormatVersion: "4.0"
  5. *FileVersion: "1.0"
  6. *LanguageVersion: English
  7.  
  8. *Product: "(QMS 3225 Print System)"
  9. *PSVersion: "(2011.22) 17"
  10. *NickName: "QMS 3225 Print System"
  11.  
  12. *% General Information and Defaults ===============
  13. *FreeVM: "486838"
  14. *ColorDevice: False
  15. *VariablePaperSize: False
  16. *FileSystem: True
  17. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  18. *Throughput: "32"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup % potential password
  25.     statusdict begin checkpassword end not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict begin exitserver
  34. "
  35. *End
  36.  
  37. *Reset: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup % potential password
  42.     statusdict begin checkpassword end not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot reset printer.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict begin exitserver
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *DefaultResolution: 300dpi
  57. *SetResolution 400dpi: "
  58.   statusdict begin 400 setresolution end
  59. "
  60. *End
  61. *SetResolution 300dpi: "
  62.   statusdict begin 300 setresolution end
  63. "
  64. *End
  65. *?Resolution: "
  66. save
  67.   statusdict begin setresolution end
  68.   128 string cvs dup print (x) print print (dpi) = flush
  69.   restore
  70. "
  71. *End
  72.  
  73. *% Halftone Information ===============
  74. *ScreenFreq: "60.0"
  75. *ScreenAngle: "45.0"
  76. *DefaultScreenProc: Dot
  77. *ScreenProc Dot: "
  78. { dup mul exch dup mul add 1 exch sub }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *Transfer Normalized: "{ }"
  88. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion or PaperTray.
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "statusdict begin lettertray end"
  96. *PageSize Legal: "statusdict begin legaltray end"
  97. *PageSize Tabloid: "statusdict begin 11x17tray end"
  98. *PageSize Executive: "statusdict begin executivetray end"
  99. *PageSize A3: "statusdict begin a3tray end"
  100. *PageSize A4: "statusdict begin a4tray end"
  101. *PageSize A5: "statusdict begin a5tray end"
  102. *PageSize B4: "statusdict begin b4tray end"
  103. *PageSize B5: "statusdict begin b5tray end"
  104. *?PageSize: "
  105.  save statusdict begin
  106.   20 dict begin
  107.    /letter (Letter) def 
  108.    /legal (Legal) def
  109.    /11x17 (Tabloid) def 
  110.    /a3 (A3) def 
  111.    /a4 (A4) def
  112.    /a5 (A5) def 
  113.    /b4 (B4) def
  114.    /b5 (B5) def 
  115.    /executivepage (Executive) def
  116.    papersize 
  117.    {load exec} stopped not{= flush}if
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *% PageMaker 4.2 and Freehand 3.1 use PageRegion.
  125. *DefaultPageRegion: Letter
  126. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  127. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  128. *PageRegion Tabloid: "statusdict begin 11x17 /QMSpaper {11x17} def end"
  129. *PageRegion Executive: "statusdict begin executivepage /QMSpaper {executivepage} def end"
  130. *PageRegion A3: "statusdict begin a3 /QMSpaper {a3} def end"
  131. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  132. *PageRegion A5: "statusdict begin a5 /QMSpaper {a5} def end"
  133. *PageRegion B4: "statusdict begin b4 /QMSpaper {b4} def end"
  134. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  135.  
  136. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  137. *% These errors should be trapped by software and a message displayed
  138. *% These are commented out for compatibility with V4 ppd spec
  139. *% Freehand 3.1 used the PaperTray command.
  140. *DefaultPaperTray: Letter
  141. *PaperTray Letter: "statusdict begin letter end"
  142. *PaperTray Legal: "statusdict begin legal end"
  143. *PaperTray Tabloid: "statusdict begin 11x17 end"
  144. *PaperTray Executive: "statusdict begin executivepage end"
  145. *PaperTray A3: "statusdict begin a3 end"
  146. *PaperTray A4: "statusdict begin a4 end"
  147. *PaperTray A5: "statusdict begin a5 end"
  148. *PaperTray B4: "statusdict begin b4 end"
  149. *PaperTray B5: "statusdict begin b5 end"
  150. *?PaperTray: "
  151.  save statusdict begin
  152.   20 dict begin
  153.    /letter (Letter) def 
  154.    /legal (Legal) def
  155.    /11x17 (Tabloid) def 
  156.    /a3 (A3) def 
  157.    /a4 (A4) def
  158.    /a5 (A5) def 
  159.    /b4 (B4) def
  160.    /b5 (B5) def 
  161.    /executivepage (Executive) def
  162.    papersize pop
  163.    {load exec} stopped not{= flush}if
  164.   end
  165.  end restore
  166. "
  167. *End
  168.  
  169. *% The following entries provide information about specific paper keywords.
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "12 12 600 780 "
  172. *ImageableArea Legal: "12 12 601 996 "
  173. *ImageableArea Tabloid: "12 12 780 1212 "
  174. *ImageableArea Executive: "12 12 528 745 "
  175. *ImageableArea A3: "12 12 829 1178 "
  176. *ImageableArea A4: "12 12 583 829 "
  177. *ImageableArea A5: "12 13 407 583 "
  178. *ImageableArea B4: "12 12 716 1019 "
  179. *ImageableArea B5: "12 12 503 716 "
  180. *?ImageableArea: "
  181.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  182.   newpath clippath pathbbox
  183.   4 -2 roll exch 2 {ceiling cvp} repeat
  184.   exch 2 {floor cvp} repeat flush
  185.  restore
  186. "
  187. *End
  188.  
  189.  
  190. *% These provide the physical dimensions of the paper (by keyword)
  191. *DefaultPaperDimension: Letter
  192. *PaperDimension Letter: "612 792"
  193. *PaperDimension Legal: "612 1008"
  194. *PaperDimension Tabloid: "792 1224"
  195. *PaperDimension Executive: "540 756"
  196. *PaperDimension A3: "842 1191"
  197. *PaperDimension A4: "596 842"
  198. *PaperDimension A5: "420 596"
  199. *PaperDimension B4: "729 1032"
  200. *PaperDimension B5: "516 729"
  201.  
  202.  
  203. *DefaultOutputBin: Upper
  204. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  205. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  206. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  207. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  208. *?OutputBin: "
  209.  save statusdict begin
  210.   5 dict begin
  211.    /1 (Upper) def
  212.    /2 (Lower) def
  213.    /3 (Side) def
  214.    outputtray
  215.      {( ) cvs cvn load exec} stopped not{= flush}if
  216.   end
  217.  end restore
  218. "
  219. *End
  220.  
  221. *DefaultInputSlot: Lower
  222. *InputSlot Lower: "statusdict begin 
  223.    2 setpapertray 
  224.      statusdict /QMSpaper known
  225.      {QMSpaper} if
  226.    end"
  227. *End
  228. *InputSlot LargeCapacity: "statusdict begin 
  229.    3 setpapertray 
  230.      statusdict /QMSpaper known
  231.      {QMSpaper} if
  232.    end"
  233. *End
  234. *InputSlot Upper: "statusdict begin 
  235.    1 setpapertray 
  236.      statusdict /QMSpaper known
  237.      {QMSpaper} if
  238.    end"
  239. *End
  240. *?InputSlot: "
  241.  save statusdict begin
  242.   5 dict begin
  243.    /1 (Upper) def
  244.    /2 (Lower) def
  245.    /3 (LargeCapacity) def
  246.    papertray
  247.      {( ) cvs cvn load exec} stopped not{= flush}if
  248.   end
  249.  end restore
  250. "
  251. *End
  252.  
  253. *DefaultManualFeed: False
  254. *?ManualFeed: "
  255.   statusdict /manualfeed get
  256.   {(True)}{(False)}ifelse = flush"
  257. *End
  258. *ManualFeed True: "statusdict begin /manualfeed true store end"
  259. *ManualFeed False: "statusdict begin /manualfeed false store end"
  260.  
  261. *DefaultOutputOrder: Normal
  262. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  263. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  264.  
  265. *DefaultCollator: None
  266. *DefaultSorter: None
  267.  
  268. *DefaultDuplex: None
  269. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  270. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  271. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  272. *?Duplex: "
  273. statusdict begin
  274. duplexmode
  275. { tumble
  276.   { (DuplexTumble) }
  277.   { (DuplexNoTumble) }
  278.   ifelse
  279. }
  280. { (None)}
  281. ifelse
  282. = flush
  283. end
  284. "
  285. *End
  286.  
  287. *% Font Information =====================
  288.  
  289. *DefaultFont: Courier
  290. *Font AvantGarde-Book: Standard "(001.002)"
  291. *Font AvantGarde-BookOblique: Standard "(001.002)"
  292. *Font AvantGarde-Demi: Standard "(001.003)"
  293. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  294. *Font Bookman-Demi: Standard "(001.001)"
  295. *Font Bookman-DemiItalic: Standard "(001.001)"
  296. *Font Bookman-Light: Standard "(001.001)"
  297. *Font Bookman-LightItalic: Standard "(001.001)"
  298. *Font Courier: Standard "(002.003)"
  299. *Font Courier-Bold: Standard "(002.003)"
  300. *Font Courier-BoldOblique: Standard "(002.003)"
  301. *Font Courier-Oblique: Standard "(002.003)"
  302. *Font Helvetica: Standard "(001.006)"
  303. *Font Helvetica-Bold: Standard "(001.007)"
  304. *Font Helvetica-BoldOblique: Standard "(001.007)"
  305. *Font Helvetica-Condensed: Standard "(001.001)"
  306. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  307. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  308. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  309. *Font Helvetica-Narrow: Standard "(001.006)"
  310. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  311. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  312. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  313. *Font Helvetica-Oblique: Standard "(001.006)"
  314. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  315. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  316. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  317. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  318. *Font Palatino-Bold: Standard "(001.002)"
  319. *Font Palatino-BoldItalic: Standard "(001.002)"
  320. *Font Palatino-Italic: Standard "(001.002)"
  321. *Font Palatino-Roman: Standard "(001.001)"
  322. *Font Symbol: Special "(001.007)"
  323. *Font Times-Bold: Standard "(001.007)"
  324. *Font Times-BoldItalic: Standard "(001.009)"
  325. *Font Times-Italic: Standard "(001.007)"
  326. *Font Times-Roman: Standard "(001.007)"
  327. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  328. *Font ZapfDingbats: Special "(001.002)"
  329. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(001.000)"
  330. *Font Ryumin-Light-RKSJ-H: RKSJ "(001.000)"
  331. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(001.000)"
  332. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(001.000)"
  333. *Font TypeBankM-M-83pv-RKSJ-H: RKSJ "(001.000)"
  334. *Font TypeBankM-M-RKSJ-H: RKSJ "(001.000)"
  335. *Font TypeBankM-Hv-83pv-RKSJ-H: RKSJ "(001.000)"
  336. *Font TypeBankM-Hv-RKSJ-H: RKSJ "(001.000)"
  337. *Font TypeBankG-B-83pv-RKSJ-H: RKSJ "(001.000)"
  338. *Font TypeBankG-B-RKSJ-H: RKSJ "(001.000)"
  339. *Font TypeBankG-Hv-83pv-RKSJ-H: RKSJ "(001.000)"
  340. *Font TypeBankG-Hv-RKSJ-H: RKSJ "(001.000)"
  341. *?FontQuery: "
  342. save  4 dict begin /sv exch def
  343. /str (fonts/                              ) def
  344. /st2 128 string def
  345. {
  346.   count 0 gt {
  347.     dup st2 cvs (/) print print (:) print
  348.     dup FontDirectory exch known {pop (Yes)}{
  349.      str exch st2 cvs dup length /len exch def
  350.      6 exch putinterval str 0 len 6 add getinterval mark exch
  351.      { } st2 filenameforall counttomark 0 gt {
  352.       cleartomark (Yes)}{cleartomark (No)}ifelse
  353.     }ifelse = flush
  354.   }{ exit } ifelse
  355. } bind loop
  356. (*) = flush
  357. sv end restore
  358. "
  359. *End
  360.  
  361. *?FontList: "
  362. save  2 dict begin /sv exch def
  363. /str 128 string def
  364. FontDirectory { pop == } bind forall flush
  365. /filenameforall where { 
  366.  pop save (fonts/*) { 
  367.   dup length 6 sub 6 exch getinterval cvn == 
  368.  } bind str filenameforall flush restore
  369. } if 
  370. (*) = flush
  371. sv end restore
  372. "
  373. *End
  374.  
  375. *% Printer Messages (verbatim from printer):
  376. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  377. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  378. *Message: "¥FontName¥ not found, using Courier"
  379.  
  380. *% Status (format: %%[ status: <one of these> ]%% )
  381. *Status: "idle"
  382. *Status: "busy"
  383. *Status: "waiting"
  384. *Status: "printing"
  385. *Status: "warming up"
  386.  
  387. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  388. *Source: "serial25"
  389. *Source: "AppleTalk"
  390. *Source: "Centronics"
  391. *Source: "Optional I/O"
  392.  
  393. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  394. *PrinterError: "Paper Out"
  395. *PrinterError: "Paper Jam"
  396. *PrinterError: "Off line"
  397.  
  398. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  399.  
  400. *% Color Separation Information =====================
  401.  
  402. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  403.  
  404. *InkName: ProcessBlack/Process Black
  405. *InkName: CustomColor/Custom Color
  406. *InkName: ProcessCyan/Process Cyan
  407. *InkName: ProcessMagenta/Process Magenta
  408. *InkName: ProcessYellow/Process Yellow
  409.  
  410. *%  For 60 lpi / 300 dpi  ===============================
  411.  
  412. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  413. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  414. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  415. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  416. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  417.  
  418. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  419. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  420. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  421. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  422. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423.  
  424. *%  For 53 lpi / 300 dpi  ===============================
  425.  
  426. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  427. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  428. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  429. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  430. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  431.  
  432. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  433. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  434. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  435. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  436. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  437.  
  438. *% end of PPD file for QMS 3225 Print System
  439.  
  440.